/* CSS Document */
 
body{
	padding: 0;
	margin: 0;
	border: 0;
}
#header{
	height:9000px;
	width:3000px;
	background-color:silver;
	margin-bottom:0px;
}
#section{
	height :auto;
	width : 1000px;
	margin: 0px 100px 90px 200px;
	background-color:white;
}
#logo{ 
	margin-left:100px;
	width:900px;
	background-color:white;
}
#links{
	height :auto;
	width : 900px  ;
	margin: 0px 50px ;
	background-image: url("Blue Gradient.png");
	background-size: 3000px 600px auto;
	background-repeat: no-repeat;
	border-top:4px solid;
	border-bottom:4px solid;
	line-height:2em;
}
h2{
	text-align : center;
    color : green;
	<!--font : 30px verdana;-->
        }
    a:link {
	color : #CC6699;
	}
    a:visited {
		color : blue;
	}
    a:active {
		color : green;
	}
    a:focus	
		{ color: black;	font : 20px verdana;} 
    a:hover			
        { color: #000;	}

#footer{
	margin-top: 10px;
	text-align : center;
}
#empty{
	height: 25px;
}

